Sort feature lists for fingerprint hashing
authorAlex Crichton <alex@alexcrichton.com>
Mon, 6 Oct 2014 03:21:57 +0000 (20:21 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Mon, 6 Oct 2014 03:23:18 +0000 (20:23 -0700)
commit99087dd31bf6443bef2b8ab024422c2256c7f891
tree527c444fd6248c4bb2d3dbfc4acdce6cd95e0d8a
parent5d41ce8826f93f222b19649806f4bae132a76d28
Sort feature lists for fingerprint hashing

Otherwise the order was nondeterministic likely due to some hash map along the
way being used to deduplicate the set of features.

Closes #665
src/cargo/ops/cargo_rustc/fingerprint.rs
tests/test_cargo_features.rs